Add support for Adafruit Metro ESP32-S3 + 2.8" TFT shield#78
Conversation
Adds board definition files (info, devices, peripherals, sdkconfig defaults, setup_device) for the Adafruit Metro ESP32-S3 paired with the 2.8" TFT FeatherWing shield, and registers the board in the web flash tool firmware manifest.
|
Thanks for the PR and for adding support for this new development board! Could you please revert the changes to Also, if the USB interface on this board is used as Serial JTAG, please add the following configuration to # USB: Serial JTAG
CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=y
CONFIG_ESP_CONSOLE_SECONDARY_NONE=yIf the USB interface is connected through a USB-to-UART bridge instead, then no modification is needed — please just help confirm which configuration this board is using. Thanks! |
|
@laride If the board is removed from We'll work on the serial config change. The USB is direct, no bridge chip. |
|
For online flashing support, the board needs to be added to our CI build process. We’ll update the configuration when the PR adding the new board is merged, so there’s nothing you need to do on your side. |
Description
Adds support for the Adafruit Metro ESP32-S3 paired with the 2.8" TFT FeatherWing shield — board info, devices, peripherals, sdkconfig defaults, setup_device, and a firmware-manifest entry for the web flasher.
This re-opens @FoamyGuy's original work from #44 (which was closed pending CLA). I'm submitting it under my own CLA so it can land.
Testing
Per the original PR: tested by building and flashing onto Metro S3 + 2.8" TFT Shield. Also tested web flasher via GH Pages in a fork.